home *** CD-ROM | disk | FTP | other *** search
/ Enter 2010 January / ENTER_2010_01.iso / Programy / Gry / Base_Invaders_ / BaseInvadersSetup1.3.exe / {app} / SoundSets / BasicInvSet.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-01-25  |  1.5 KB  |  43 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Stream name="Stream">
  3.   <soundset name="soundset">
  4.     <list name="SoundIDString" type="Sound" size="3">
  5.         <Sound name="Sound">
  6.             <string name="SoundNickname">Hit</string>
  7.             <string name="SoundFilename">SFX/HitSound</string>
  8.             <int name="numVariations">4</int>
  9.             <int name="DefaultPriority">0</int>
  10.             <int name="DefaultChannel">-1</int>
  11.             <bool name="Is3D">true</bool>
  12.             <bool name="IsStream">false</bool>
  13.             <bool name="IsLooping">false</bool>
  14.             <real name="LoopDuration">-1</real>
  15.             <real name="MinSoundDistance">-1</real>
  16.         </Sound>
  17.         <Sound name="Sound">
  18.             <string name="SoundNickname">Throw</string>
  19.             <string name="SoundFilename">SFX/ThrowSound</string>
  20.             <int name="numVariations">4</int>
  21.             <int name="DefaultPriority">0</int>
  22.             <int name="DefaultChannel">-1</int>
  23.             <bool name="Is3D">true</bool>
  24.             <bool name="IsStream">false</bool>
  25.             <bool name="IsLooping">false</bool>
  26.             <real name="LoopDuration">-1</real>
  27.             <real name="MinSoundDistance">-1</real>
  28.         </Sound>
  29.         <Sound name="Sound">
  30.             <string name="SoundNickname">Attack</string>
  31.             <string name="SoundFilename">SFX/BasicAttack</string>
  32.             <int name="numVariations">4</int>
  33.             <int name="DefaultPriority">0</int>
  34.             <int name="DefaultChannel">-1</int>
  35.             <bool name="Is3D">true</bool>
  36.             <bool name="IsStream">false</bool>
  37.             <bool name="IsLooping">false</bool>
  38.             <real name="LoopDuration">-1</real>
  39.             <real name="MinSoundDistance">-1</real>
  40.         </Sound>
  41.     </list>
  42.   </soundset>
  43. </Stream>